Pass RUSTDOCFLAGS to rustdoc spawned through cargo test (fixes #4738)
authorAnthony Ramine <n.oxyde@gmail.com>
Wed, 22 Nov 2017 13:49:10 +0000 (14:49 +0100)
committerAnthony Ramine <n.oxyde@gmail.com>
Fri, 1 Dec 2017 15:21:52 +0000 (16:21 +0100)
commit0d4970b180918a59f03d2f00e839b3433ce7960f
treefeed5a064b92416f86d17be33bfc919931cf4541
parent6a1aee06680d8f074a25431c938c42d7e8d0ab4e
Pass RUSTDOCFLAGS to rustdoc spawned through cargo test (fixes #4738)
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_test.rs
tests/rustdocflags.rs